home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT08.Dxr / 00085.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  342 b   |  20 lines

  1. on exitFrame
  2.   global hand, nugim, self, mayu
  3.   if hand = 1 then
  4.     set nugim to nugim - 1
  5.     if mayu < 5 then
  6.       play frame "mmov"
  7.     else
  8.       play frame "mlmov"
  9.     end if
  10.   end if
  11.   if hand = 2 then
  12.     set the visible of sprite 26 to 1
  13.     go("mayu")
  14.   end if
  15.   if hand = 3 then
  16.     set self to self - 1
  17.   end if
  18.   go("mayu")
  19. end
  20.